home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / CHIP Kasım 1998.iso / emulators / commodore64 / vice0150.exe / BUGS next >
Text File  |  1998-08-31  |  2KB  |  36 lines

  1. These are the most important known problems with VICE 0.15.0:
  2.  
  3. - The custom TextField widget is buggy and can cause crashes on
  4.   DEC/Alpha machines, and possibly on other systems too.  If you get
  5.   weird X protocol errors or the file selector makes the emulator die
  6.   when you close it, this might be the cause.  In that case, recompile
  7.   with the `--disable-textfield' option.  If it still does not work,
  8.   please tell us.
  9.  
  10. - Setting a maximum speed limit does not always work because of
  11.   limited timer resolution on many systems.
  12.  
  13. - There is no support for wildcards on the FS drive access, but they
  14.   can be used when reading the directory (eg. LOAD"$:gamez/*.p00",8).
  15.  
  16. - The VIC-I chip in xvic still lacks important features and is still
  17.   under construction.
  18.  
  19. - The CRTC chip in xpet only supports the basic features and is still
  20.   under construction.
  21.  
  22. - VIC20 cartridge ROMs are not emulated.
  23.  
  24. - Changing the REU image name via resource files has no effect until
  25.   exiting.
  26.  
  27. - Dithering on monochrome X11 servers is *very* (VERY!) slow.
  28.  
  29. - When a key which is shifted on the real machine but unshifted on the
  30.   PC or Unix keyboard you are using is pressed, the virtual shift is
  31.   pressed together (i.e. at the same clock cycle) with the main key;
  32.   this could not work with some keyboard routines.  If you have to
  33.   use the function keys, press the (real) shift key manually (e.g. F2
  34.   = Shift + F1, F4 = Shift + F3 and so on); this also works with other
  35.   keys.
  36.